home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 1.iso / pc / data / main.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1998-05-14  |  146 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the visible of sprite 58 to 0
  8.   updateStage()
  9.   go("owari2")
  10.   exit
  11. end
  12.